home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / mintr151.zip / DOS2UNIX.BAT next >
DOS Batch File  |  1996-08-23  |  130b  |  3 lines

  1. REM this batch file convertes DOS newlines to UNIX - arguments are file names
  2. MT  %1 %2 %3 %4 %5 %6 %7 %8 %9 / "\r\n" "=" "\n" 
  3.